/*main*/

.picbox {
    width: 489px;
    height: 442px;
    position: relative;
    overflow: hidden;
}

.picbox .title1 {
    width: 100%;
    height: 60px;
    padding-top: 50px;
}

.picbox .title1-list {
    position: relative;
}

.picbox .title1-list li {
	width: 120px;
    font-size: 30px;
    line-height: 60px;
    color: #333333;
    font-weight: bold;
    padding: 0 5px;
    float: left;
}
.picbox .title1-list li.on a{
    color: #cf000d
}

.picbox .title1-list p {
    position: absolute;
    top: 27px;
    left: 0px;
    width: 55px;
    height: 1px;
    overflow: hidden;
    background: #2e3192;
    text-align: center;
}

.pic {
    height: 335px;
    position: relative;
    overflow: hidden;
    display: none;
}

.pic-wrap {
    width: 100%;
    height: 335px;
}

.pic-wrap .show {
    display: block;
}